SMTP is the standard protocol for sending emails across the internet. It ensures that no matter the OS or language, your message reaches its destination. 📧
Simple Mail Transfer Protocol is the set of rules used in sending electronic mails. Before 1982, sending emails was extremely difficult due to compatibility issues between different operating systems. Jonathan Postel developed SMTP to resolve these issues and standardize email communication.
When you write an email and hit send, your device establishes a connection with your mail server (e.g., Gmail). The server then locates the receiver's server and pushes the mail through.
POP (currently POP3) is the legacy method of downloading mail. When a device downloads mail from the server, the server copy is deleted. This means mail only exists on one device and cannot be synced across multiple platforms.
IMAP is the modern standard for retrieving mail. It downloads mail without deleting it from the server, allowing for seamless synchronization across all your connected devices. Mail is only removed from the server when you explicitly delete it from one of your devices.